home *** CD-ROM | disk | FTP | other *** search
/ OK PC 32 / OK PC 32.zip / OK PC 32 - Ishar & Demos (III-95) / OKPC32.iso / detroit / help.txt < prev    next >
Text File  |  1993-11-29  |  5KB  |  121 lines

  1. []PC action Help File
  2. =====================
  3.  
  4. []DISK SPACE
  5. All the programs on this disk have been thoroughly tested on a variety of
  6. different PCs, but for one reason or another, they may not work on your
  7. computer.
  8.  
  9. One reason is lack of space. When extracted from their highly compressed
  10. archives the programs on this disk can occupy as much as 4Mb of disk space.
  11. Before extracting the programs make sure you have sufficient disk space by
  12. typing at the Dos prompt:
  13.  
  14. {}CHKDSK C: /F
  15.  
  16. The /F parameter will ensure any errors on your hard disk are fixed. One point
  17. to bear in mind is that DoubleSpace, SuperStor, Stacker and other disk
  18. compression utilities fool CHKDSK into reporting more free space than there
  19. really is. For instance, they may say you have 5Mb free when, in fact, you have
  20. only 1Mb.
  21.  
  22. []MEMORY
  23. Some programs need a lot of free memory. Even though you may have a PC with 4Mb
  24. or more, the amount free for Dos programs is less than 640k (0.64Mb). It's all
  25. to do with the way the PC was designed over 12 years ago.
  26.  
  27. You may need to change AUTOEXEC.BAT and CONFIG.SYS to take out all unnecessary
  28. drivers, TSRs and other stuff which generally bungs up the memory. First copy
  29. these two files to somewhere safe, like this:
  30.  
  31. {}COPY AUTOEXEC.BAT AUTOEXEC.TMP
  32. {}COPY CONFIG.SYS CONFIG.TMP
  33.  
  34. Now run a text editor like MS-DOS 5's EDIT and load each file in turn. Delete
  35. any lines which aren't important then save them. Reboot the PC. Generally
  36. speaking, most lines can be removed, however, don't take out any lines to do
  37. with disk compression, such as a SuperStor driver.
  38.  
  39. With MS-DOS 5 and 6 Dos can be loaded high and drivers and TSRs can be put in
  40. upper memory. To use these facilities make these three lines the first three in
  41. CONFIG.SYS:
  42.  
  43. {}DEVICE=C:\DOS\HIMEM.SYS
  44. {}DEVICE=C:\DOS\EMM386.EXE NOEMS
  45. {}DOS=HIGH,UMB
  46.  
  47. Now replace any DEVICE= commands in CONFIG.SYS with DEVICEHIGH= and if any TSRs
  48. are loaded in AUTOEXEC.BAT, add an LH followed by a space to the start of the
  49. line, like this to load a mouse driver:
  50.  
  51. {}LH C:\MOUSE.COM
  52.  
  53. While on the subject of mouse drivers, make sure your is up to date, otherwise
  54. some software won't work properly. Unless the software specifically says don't
  55. load a mouse driver, it's a good idea to try it with the driver loaded. Many
  56. programs benefit from mouse control.
  57.  
  58. Some programs - mainly games - require expanded memory. You can simulate this
  59. on 386/486 PCs by changing the EMM386.EXE or EMM386.SYS line in CONFIG.SYS. If
  60. you want 512k of EMS memory change the line to this:
  61.  
  62. {}DEVICE=C:\DOS\EMM386.EXE 512
  63.  
  64. then reboot the PC. For PCs that can handle it, the best CONFIG.SYS contain
  65. these three lines:
  66.  
  67. {}DEVICE=C:\DOS\HIMEM.SYS
  68. {}DEVICE=C:\DOS\EMM386.EXE RAM 3072 frame=E000
  69. {}DOS=HIGH,UMB
  70.  
  71. which give you 3Mb of expanded memory and access to upper memory for loading
  72. TSRs and drivers.
  73.  
  74. Some programs need the BUFFERS and FILES settings changed. You'll need to edit
  75. CONFIG.SYS and either change the existing lines or add new ones if they aren't
  76. there. These settings should be sufficient:
  77.  
  78. {}BUFFERS=40
  79. {}FILES=49
  80.  
  81. You'll need to reboot for these changes to take effect.
  82.  
  83. After fiddling about with CONFIG.SYS AND AUTOEXEC.BAT you may want to restore
  84. things as they were before. This is easy if you made a backup:
  85.  
  86. {}COPY AUTOEXEC.TMP AUTOEXEC.BAT
  87. {}COPY CONFIG.TMP CONFIG.SYS
  88.  
  89. []INSTALLATION
  90. Some programs can be run as soon as they have been extracted from their
  91. archives on this disk. Others may need further installation. You'll be told in
  92. the instructions what's required. Look for a file called INSTALL and run it if
  93. necessary.
  94.  
  95. Windows programs nearly always need further installation. You should run
  96. Windows and then click on Run on the File menu. Type in the drive, directory
  97. and filename of the program to run - usually SETUP.EXE or INSTALL.EXE.
  98. Alternatively, click on the Browse button and use the file selector to locate
  99. the file.
  100.  
  101. You will sometimes need to install the program icon into a group window on the
  102. desktop. Click on File,New,Program Item,OK,Browse and then use the file
  103. selector to find the file. Double click on it then on OK to get back to the
  104. desktop. You should then see the program icon.
  105.  
  106. []VIRUSES
  107. This disk has been thoroughly tested at all stages of production for all known
  108. viruses. Dr Solomon's Anti Virus Toolkit, Norton Anti Virus, McAfee Anti Virus
  109. Utilities and Microsoft Anti Virus are always used. It has been passed as clear
  110. by all of them. However, putting this disk in a PC that is ALREADY infected
  111. with a virus will infect this disk too.
  112.  
  113. []DOCUMENTATION
  114. Please set aside some time to read all the available documentation - on disk
  115. such as README.TXT or whatever, and in the magazine in the disk tutorial pages.
  116.  
  117. []IF ALL ELSE FAILS
  118. If you really can't get the software working, ring our technical support
  119. hotline on 0625 859675 on Wednesday afternoon between 3pm and 5pm and we'll do
  120. our best to help.
  121.